Skip to content

[GLUTEN-11555][VL] Fix cudf validation#11556

Merged
jinchengchenghh merged 1 commit intoapache:mainfrom
marin-ma:fix-cudf-validation
Feb 4, 2026
Merged

[GLUTEN-11555][VL] Fix cudf validation#11556
jinchengchenghh merged 1 commit intoapache:mainfrom
marin-ma:fix-cudf-validation

Conversation

@marin-ma
Copy link
Contributor

@marin-ma marin-ma commented Feb 3, 2026

Fix the error in #11555

verified tpcds q95 manually

@marin-ma
Copy link
Contributor Author

marin-ma commented Feb 3, 2026

cc: @jinchengchenghh

@github-actions github-actions bot added CORE works for Gluten Core VELOX labels Feb 3, 2026
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Run Gluten Clickhouse CI on x86

Copy link
Contributor

@jinchengchenghh jinchengchenghh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your fix!

std::vector<std::shared_ptr<ResultIterator>> inputs;
std::shared_ptr<facebook::velox::config::ConfigBase> veloxCfg =
std::make_shared<facebook::velox::config::ConfigBase>(std::unordered_map<std::string, std::string>());
std::shared_ptr<facebook::velox::config::ConfigBase> veloxCfg = std::make_shared<facebook::velox::config::ConfigBase>(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can simplify to only transfer cudf config here for validation, to avoid other session config causing fallback, we may send the veloxCfg from VeloxRuntime to here in the future

@jinchengchenghh jinchengchenghh merged commit defe743 into apache:main Feb 4, 2026
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core VELOX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants